@charset "utf-8";


@media (max-width:1600px){}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width:1400px){}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width:1200px){}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width:992px){
	
/** 手机导航按钮  **/
.btn-manu {z-index: 100;display: block;}
.btn-manu span {background: #000;-webkit-transform-origin: center center;transform-origin: center center;-webkit-transition: all .3s ease-out;transition: all .3s ease-out}
.menu-open .btn-manu span { background: #000;margin-top: -1px}
.menu-open .btn-manu span:nth-of-type(1) {-webkit-transform: rotate(45deg);transform: rotate(45deg)}
.menu-open .btn-manu span:nth-of-type(2) {opacity: 0}
.menu-open .btn-manu span:nth-of-type(3) {-webkit-transform: rotate(-45deg);transform: rotate(-45deg)}
/** 手机导航按钮  **/
	
.nav_menu{ display: none;}
	
/** 手机导航  **/
.header-menu {padding-top: 80px; display: block; position: fixed; top: 0px;right: 0;bottom: 0;left: 0;background: rgba(255, 255, 255, 1); opacity: 0;overflow-y: auto; 
-webkit-transform: translate3d(0, -150%, 0);
transform: translate3d(0, -150%, 0);
-webkit-transition: all .5s ease;
transition: all .5s ease;}
.subMenu {position: relative;top: auto;width: auto;height: 0;left: 0;margin-left: 35px;margin-right: 35px;opacity: 0;
-webkit-transition: all .3s ease;transition: all .3s ease}
.subMenu-ul {height: 0;overflow: hidden}

.menu-open .header-menu {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}
	
.menu-item {position: relative;display: block;opacity: 0;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
-webkit-transition: all .3s ease;
transition: all .3s ease}
.subMenu-bg{border-bottom: 1px solid #ce182e;}
.menu-item.active .menu-link {color: #ce182e}
.menu-item.active .subMenu {height: auto;opacity: 1}
.menu-item.active .subMenu-ul {height: auto}

.menu-item::after {content: "";position: absolute;right: 35px;bottom: 0;left: 35px;height: 1px;background-color: #bfbfbf;
-webkit-transform: scale3d(0, 0.5, 1);transform: scale3d(0, 0.5, 1);-webkit-transition: transform .8s ease;transition: transform .8s ease}

.menu-link {position: relative;font-size: 16px;line-height: 60px;color:#000;display: block;margin: 0 35px;}
	
.subMenu-ul li:last-of-type .subMenu-link {border-bottom: 0}
.subMenu-link {display: block;text-align: center;margin: 0 0px; font-size: 14px;line-height: 44px;color: #000;position: relative}
.subMenu-link::after {content: "";position: absolute;right: 0;bottom: 0;left: 0;height: 1px;background-color: #f2f2f2;
-webkit-transform: scale3d(1, 0.5, 1);
transform: scale3d(1, 0.5, 1)}

.menu-open .menu-item {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.menu-open .menu-item::after {
	-webkit-transform: scale3d(1, 0.5, 1);
	transform: scale3d(1, 0.5, 1)
}
.menu-open .menu-item:nth-of-type(1) {
	-webkit-transition-delay: .35s;
	transition-delay: .35s
}
.menu-open .menu-item:nth-of-type(1)::after {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}
.menu-open .menu-item:nth-of-type(2) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}
.menu-open .menu-item:nth-of-type(2)::after {
	-webkit-transition-delay: .45s;
	transition-delay: .45s
}
.menu-open .menu-item:nth-of-type(3) {
	-webkit-transition-delay: .45s;
	transition-delay: .45s
}
.menu-open .menu-item:nth-of-type(3)::after {
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}
.menu-open .menu-item:nth-of-type(4) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}
.menu-open .menu-item:nth-of-type(4)::after {
	-webkit-transition-delay: .55s;
	transition-delay: .55s
}
.menu-open .menu-item:nth-of-type(5) {
	-webkit-transition-delay: .55s
}
.menu-open .menu-item:nth-of-type(5)::after {
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}
.menu-open .menu-item:nth-of-type(6) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}
.menu-open .menu-item:nth-of-type(6)::after {
	-webkit-transition-delay: .65s;
	transition-delay: .65s
}
.menu-open .menu-item:nth-of-type(7) {
	-webkit-transition-delay: .65s;
	transition-delay: .65s
}
.menu-open .menu-item:nth-of-type(7)::after {
	-webkit-transition-delay: .7s;
	transition-delay: .7s
}
.menu-open .menu-item:nth-of-type(8) {
	-webkit-transition-delay: .70s;
	transition-delay: .70s
}
.menu-open .menu-item:nth-of-type(8)::after {
	-webkit-transition-delay: .75s;
	transition-delay: .75s
}
.menu-open .menu-item:nth-of-type(9) {
	-webkit-transition-delay: .75s;
	transition-delay: .75s
}
.menu-open .menu-item:nth-of-type(9)::after {
	-webkit-transition-delay: .8s;
	transition-delay: .8s
}
	.menu-open .menu-item:nth-of-type(10) {
	-webkit-transition-delay: .85s;
	transition-delay: .85s
}
.menu-open .menu-item:nth-of-type(10)::after {
	-webkit-transition-delay: .9s;
	transition-delay: .9s
}
/** 手机导航  **/	
	
	
	.top_wz{display: none;}
	.top_tel{display: none;}
	.logo{ width: 240px;}
	.top_boxx{height: 80px; padding-top: 10px; width: 100%; overflow: hidden;}
	
	

.bs-slider{margin-top: 80px;}
.indicators-line > .carousel-indicators {bottom: 1%; }
.indicators-line > .carousel-indicators .active{background-color:#ce182e;height: 2px;}
	
.index_tit{padding: 10px 0px 0px 0px; text-align:center;}
.index_tit h4{ font-size: 14px; padding-bottom: 20px; color: #999;}
.index_tit h3{ font-size: 20px; padding-bottom: 20px; background: url("../images/icon_4.png") no-repeat center bottom;}
.index_more{ text-align: center; padding: 10px 0px 10px 0px;}
.index_more a{ display: inline-block; padding: 0px 50px; line-height: 40px; background: #3f4a55; color: #fff;}
.index_more a:hover { padding: 0px 100px; background: #ce182e;}

	
/** 首页业务  **/
.index_yewu_box{width: 100%; max-width: 100%; height:auto; background: #f5f5f5; position: relative; overflow: hidden;}
.index_yewu{width: 100%; max-width: 1300px; margin: 0px auto; padding:10px 25px; position: relative;}
a.index_yewu_a{width: 100%; display: block; padding: 10px 10px;  }
a.index_yewu_a .index_yewu_m{ text-align: center;background: #fff; height: 410px; padding: 20px 20px 20px 20px;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
a.index_yewu_a img{width:81px; height: 81px;}
a.index_yewu_a .index_yewu_m1{ display: block;}
a.index_yewu_a .index_yewu_m2{ display: none;}
a.index_yewu_a .index_yewu_m3{ padding: 30px 0px; font-size: 16px;}
a.index_yewu_a .index_yewu_m4{ font-size: 14px; line-height: 22px; height: 154px; overflow: hidden; color: #666;}
a.index_yewu_a .index_yewu_m5{ color: #666; padding-top: 30px;}

a.index_yewu_a:hover .index_yewu_m{background: #ce182e; margin-top: -20px;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
a.index_yewu_a:hover .index_yewu_m1{ display: none;}
a.index_yewu_a:hover .index_yewu_m2{ display:block;}
a.index_yewu_a:hover .index_yewu_m3{ color: #fff;}
a.index_yewu_a:hover .index_yewu_m4{ color: #fff;}
a.index_yewu_a:hover .index_yewu_m5{ color: #fff;}


.swiper01.swiper-container{padding: 10px 0px 10px 0px; }
.index_yewu .swiper01.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 0px;}
.index_yewu .swiper01.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ background: #f00; width: 10px; height: 10px; opacity:0.5;}
.index_yewu .swiper01.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{ background: #000; opacity:1;}

.index_yewu .swiper-button-prev {left: 0px;opacity:1; top: 55%}
.index_yewu .swiper-button-next {right: 0px;opacity:1;top: 55%}
.index_yewu .swiper-button-prev {width: 40px;height: 40px; line-height: 40px; background:url(../images/jtl2.png) no-repeat center; text-align: center;}
.index_yewu .swiper-button-next {width: 40px;height: 40px; line-height: 40px; background:url(../images/jtr2.png) no-repeat center; text-align: center;}
.index_yewu .swiper-button-prev.swiper-button-disabled{opacity:1;background:url(../images/jtl1.png) no-repeat center;}
.index_yewu .swiper-button-next.swiper-button-disabled{opacity:1;background:url(../images/jtr1.png) no-repeat center;}

/** 首页业务  **/
	
	
.index_casex_box{width: 100%; max-width: 100%; height:auto; position: relative; overflow: hidden;background-repeat:no-repeat; background-position:center center; background-size:cover;}
.index_casex{width: 100%; max-width: 1300px; height: auto; margin: 0px auto; padding: 10px 10px; position: relative;}
/** 首页案例  **/


.index_casex .gg { float: left; width: 50%; padding: 10px 5px 10px 5px; color: #fff;}
.index_casex .gg .a1 {
	top: 0;
	left: 0;
	width: 100%;
	height:auto; position: relative; overflow: hidden;
}
.index_casex .gg .a1 a { display:block;
	width: 100%;
	height: 230px;
	background-position: top left;
	background-repeat:no-repeat;  background-size:cover;
	-webkit-transition: all 5.5s;
	transition: all 5.5s;
}
.index_casex .gg .a1:hover a {
	background-position: top right;
}
.index_casex .gg > div > a > span {	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 54px;
	z-index: 6;
	padding: 6px 20px 0 20px;
	background:rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.gg > div > a > span .font {
	display: block;
	font-size: 13px;
	color: #fff;
	line-height: 26px;
	height: 26px; overflow: hidden;
}
.index_casex .gg > div > a > span .font:first-child {
	font-size: 16px;
}
.index_casex .gg > div:hover > a > span {
	bottom: 0;
}

	
	
/** 首页案例  **/	
.index_case{width: 100%; max-width: 1300px; margin: 0px auto; padding: 10px 10px 0px 10px; position: relative;}
a.index_case_a{width: 100%; display: block; padding: 10px 10px; position: relative;  }
a.index_case_a .index_case_m{background: #fff; height:auto; padding: 0px;-webkit-transition: all .3s ease-out;transition: all .3s ease-out; border: 1px solid #f5f5f5;}
.index_case_bimg{width: 100%;overflow: hidden;}
a.index_case_a .index_case_bimg img{width: 100%;transform: translateZ(0px);transition: transform 0.3s ease 0s;}
a.index_case_a:hover .index_case_bimg img {transform: scale(1.1, 1.1);transition: transform 0.6s ease 0s;}
a.index_case_a .index_case_b{ padding:0px 20px 0px 20px; margin: 5px 0px 0px 0px; font-size: 16px; border-bottom: 1px dotted #ccc;line-height: 30px; height: 30px; overflow: hidden; }
a.index_case_a .index_case_b1{ padding:0px 50px 0px 20px; margin: 4px 0px; font-size: 13px; color: #666; line-height: 24px; height: 48px; overflow: hidden; }
a.index_case_a .index_case_b2{ padding:0px 20px; margin: 4px 0px; font-size: 13px; color: #666; line-height: 24px; height: 24px; overflow: hidden; }
a.index_case_a .index_case_more{ padding:0px 20px; position:absolute; bottom: 0px; right: 0px; margin: 0px 0px 20px 0px; font-size: 24px;}

a.index_case_a:hover .index_case_b{ color: #ce182e;-webkit-transition: all .3s ease-out;transition: all .3s ease-out; }
a.index_case_a:hover .index_case_more{ color: #ce182e; padding:0px 30px;-webkit-transition: all .3s ease-out;transition: all .3s ease-out; }
a.index_case_a:hover .index_case_m{border: 1px solid #E7E7E7;}

.swiper02.swiper-container{padding: 30px 0px 50px 0px;}
.index_case .swiper02.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 20px;}
.index_case .swiper02.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ background: #f6a218; width: 10px; height: 10px; opacity:1;}
.index_case .swiper02.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{ background: #000; opacity:1;}

.index_case .swiper-button-prev {width: 40px;height: 40px; line-height: 40px; background: rgba(0, 0, 0, 0.5); text-align: center;}
.index_case .swiper-button-next {width: 40px;height: 40px; line-height: 40px; background: rgba(0, 0, 0, 0.5); text-align: center;}
.index_case .swiper-button-prev {left: 0px;}
.index_case .swiper-button-next {right: 0px;}
/** 首页案例  **/	
	
	

/*index_04*/
.index_04 {
	padding: 30px 0px 0px 0px;
	overflow: hidden;
	background: #f5f5f5;
	box-sizing: border-box;
}
.index_04 .wrap {
	width: 100%;
	margin: 0 auto;
	clear: both;
}
.index_04 .tit {
	margin-bottom: 25px;
	text-align: center;
}
.index_04 .tit h3 {
	padding-bottom: 13px;
	background: url(../images/icon_4.png) no-repeat bottom center;
	font-size: 28px;
	color: #000;
	line-height: 40px;
}
.index_04 .tit h4 {
	font-size: 20px;
	color: #ccc;
	line-height: 30px;
	letter-spacing: .2em;
}
.index_04 .mian .gg {
	position: relative;
	height: 600px;
	margin: 10px 0px;
	padding: 10px 0;
	background-image: url(../images/icon_9.png) ;
	background-repeat:no-repeat;  background-size:cover;
}
.index_04 .mian .gg > div {
	position: absolute;
	width: 90px;
}
.index_04 .mian .gg > div > i {
	display: block;
	width: 100%;
	height: 48px;
	background: no-repeat center;
}
.index_04 .mian .gg > div > a > img {
	display: block;
	margin: 0 auto;
}
.index_04 .mian .gg > div > span {
	display: block;
	font-size: 18px;
	color: #000;
	text-align: center;
	line-height: 40px;
}
.index_04 .mian .gg > div > a > span {
	display: block;
	font-size: 18px;
	color: #000;
	text-align: center;
	line-height: 40px;
}
.index_04 .mian .gg .a0 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 424px;
	height: 424px;
	overflow: hidden;
	padding: 56px 50px;
	border-radius: 50%;
	box-sizing: border-box;
	margin: -233px 0 0 -211px;
}
.index_04 .mian .gg .a0 > h4 {
	font-size: 28px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin-bottom: 30px;
}
.index_04 .mian .gg .a0 > h5 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 54px;
}
.index_04 .mian .gg .a0 > div {
	padding-bottom: 10px;
}
.index_04 .mian .gg .a0 > div.b1 select {
	width: 153px;
	height: 42px;
	padding: 10px 0;
	padding-left: 10px;
	border: none;
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.index_04 .mian .gg .a0 div.b2 input {
	width: 152px;
	height: 42px;
	padding-left: 20px;
	border: none;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
	line-height: 42px;
}
.index_04 .mian .gg .a0 > div.b3 select {
	width: 153px;
	height: 42px;
	padding: 10px 0;
	padding-left: 10px;
	border: none;
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.index_04 .mian .gg .a0 div.b3 > span {
	width: 152px;
	height: 42px;
	background: #fff;
	line-height: 42px;
}
.index_04 .mian .gg .a0 div.b3 > span.fl input {
	width: 152px;
	height: 42px;
	padding-left: 20px;
	border: none;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
	vertical-align: top;
}
.index_04 .mian .gg .a0 div.b3 > span.fr {
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
}
.index_04 .mian .gg .a0 div.b3 > span.fr input {
	width: 40px;
	height: 42px;
	border: none;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 42px;
	vertical-align: top;
}
.index_04 .mian .gg .a0 div.b4 {
	padding: 10px 0 0;
	text-align: center;
}
.index_04 .mian .gg .a0 div.b4 input {
	display: inline-block;
	width: 212px;
	height: 40px;
	border: 2px solid #fff;
	background: transparent;
	font-size: 18px;
	color: #fff;
}
.index_04 .mian .gg .a1 { display: none;
	top: 0;
	left: 50%;
	margin-left: -45px;
}
.index_04 .mian .gg .a2 { display: none;
	top: 135px;
	right: 254px;
}
.index_04 .mian .gg .a3 { display: none;
	top: 342px;
	right: 200px;
}
.index_04 .mian .gg .a4 { display: none;
	top: 548px;
	right: 275px;
}
.index_04 .mian .gg .a5 { display: none;
	bottom: 0;
	left: 50%;
	margin-left: -45px;
}
.index_04 .mian .gg .a6 { display: none;
	top: 548px;
	left: 275px;
}
.index_04 .mian .gg .a7 { display: none;
	top: 342px;
	left: 200px;
}
.index_04 .mian .gg .a8 { display: none;
	top: 135px;
	left: 254px;
}
.index_04 .mian .gg .a1 i {
	background-image: url(../img/index_4_01.png);
}
.index_04 .mian .gg .a2 i {
	background-image: url(../img/index_4_02.png);
}
.index_04 .mian .gg .a3 i {
	background-image: url(../img/index_4_03.png);
}
.index_04 .mian .gg .a4 i {
	background-image: url(../img/index_4_04.png);
}
.index_04 .mian .gg .a5 i {
	background-image: url(../img/index_4_05.png);
}
.index_04 .mian .gg .a6 i {
	background-image: url(../img/index_4_06.png);
}
.index_04 .mian .gg .a7 i {
	background-image: url(../img/index_4_07.png);
}
.index_04 .mian .gg .a8 i {
	background-image: url(../img/index_4_08.png);
}
.index_04 .mian .gg > div {
	cursor: default;
}
.index_04 .mian .gg > div:hover > i {
	animation: pound_1 1.2s ease infinite;
}
.index_04 .mian .kk {
	margin-top: 40px;
	padding: 25px 0;
	text-align: center;
}
.index_04 .mian .kk a {
	display: inline-block;
	width: 200px;
	height: 50px;
	background: #3f4a55;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.index_04 .mian .kk a:hover {
	background: #E1112A;
}
.index_04 .mian ul li:hover a .a1 img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
/*index_04*/
	
.index_bzh{width: 100%; max-width: 1300px; margin: 0px auto; padding: 20px 10px 30px 10px; position: relative;}

/* 本例子css */
.slideTxtBox{ width:100%; text-align:left; margin: 20px 0px 20px 0px;  }
.slideTxtBox .hd{ height:100px; padding:0 0px 0 0px; position:relative; }
.slideTxtBox .hd ul{ float:left;height:100px; position:absolute; left:0px; top:0px; width:100%;   }
.slideTxtBox .hd ul li{display: block; width: 20%; margin:0px 0% 0px 0px;  height:100px; float:left; text-align: center; padding:0px; background: #ce182e; cursor:pointer; transition: all 0.3s ease 0s; 
	-moz-box-shadow:0px 0px 20px  rgba(0,0,0,.3); -webkit-box-shadow:0px 0px 20px  rgba(0,0,0,.3);box-shadow:0px 0px 20px  rgba(0,0,0,.3);}
.slideTxtBox .hd ul li:nth-child(5){margin-right:0%; float:right;}

.slideTxtBox .hd ul li.sbg1{ padding-top: 70px; font-size: 11px; background:url(../images/sbg1h.png) no-repeat center 25px; background-size: 35px;}
.slideTxtBox .hd ul li.sbg2{ padding-top: 70px; font-size: 11px; background:url(../images/sbg2h.png) no-repeat center 25px; background-size: 35px;}
.slideTxtBox .hd ul li.sbg3{ padding-top: 70px; font-size: 11px; background:url(../images/sbg3h.png) no-repeat center 25px; background-size: 35px;}
.slideTxtBox .hd ul li.sbg4{ padding-top: 70px; font-size: 11px; background:url(../images/sbg4h.png) no-repeat center 25px; background-size: 35px;}
.slideTxtBox .hd ul li.sbg5{ padding-top: 70px; font-size: 11px; background:url(../images/sbg5h.png) no-repeat center 25px; background-size: 35px;}

.slideTxtBox .hd ul li.on{ height:100px; color: #fff;  }
.slideTxtBox .hd ul li.on.sbg1{ padding-top: 70px; font-size: 11px; background:url(../images/sbg1a.png) no-repeat center 25px  #ce182e;background-size: 35px;}
.slideTxtBox .hd ul li.on.sbg2{ padding-top: 70px; font-size: 11px; background:url(../images/sbg2a.png) no-repeat center 25px  #ce182e;background-size: 35px;}
.slideTxtBox .hd ul li.on.sbg3{ padding-top: 70px; font-size: 11px; background:url(../images/sbg3a.png) no-repeat center 25px  #ce182e;background-size: 35px;}
.slideTxtBox .hd ul li.on.sbg4{ padding-top: 70px; font-size: 11px; background:url(../images/sbg4a.png) no-repeat center 25px  #ce182e;background-size: 35px;}
.slideTxtBox .hd ul li.on.sbg5{ padding-top: 70px; font-size: 11px; background:url(../images/sbg5a.png) no-repeat center 25px  #ce182e;background-size: 35px;}

.slideTxtBox .bd ul{ padding:0px;  zoom:1; background: #ce182e; display: block; color: #fff; }
.slideTxtBox .bd li{ width: 31%; margin: 1.5% 1%; float: left;}
.slideTxtBox .bd li a{display: block; color: #fff;}
.slideTxtBox .bd li a img{width: 100%;}
.slideTxtBox .bd li a span{ display: block; padding: 10px 0px 0px 0px; font-size: 11px;}

	
.index_news_box{width: 100%; max-width: 100%; height:auto; position: relative; overflow: hidden; background: #f5f5f5; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.index_news{width: 100%; max-width: 1300px; height: auto; margin: 0px auto; padding: 10px 10px; position: relative;}	
	
.new_lst_cn{ padding-top: 40px;}
.new_cnrf {float: right;width: 100%;}
.newrf_lst dd {width: 100%;height: 85px; margin:0px 0% 10px 0%; border: 1px solid #e4e4e4;float: left; }
	
.new_rq {width: 65px;height: 65px; position:absolute; background: #969393;float: left;text-align: center;color: #FFF;margin-top: 10px;margin-left: 10px;margin-right: 15px;}
.new_rq .span {display: block;text-align: center;font-weight: bold;padding-top: 15px;}

.new_rq .span .d1{ font-size: 18px;display: block;}
.new_rq .span .d2{ font-size: 13px;font-weight: 400; }
.new_rq .span .d3{ font-size: 13px; font-weight: 400; }

.newrf_tx {float: left;width: 100%;margin-top: 8px; padding-left: 85px; padding-right: 10px;}
.newrf_tx a {color: #333;font-size: 14px;display: block;line-height: 30px; height: 30px; overflow: hidden;}
.newrf_tx .span {display: block;font-size: 12px;color: #999;height: 40px; line-height: 20px; overflow: hidden;}
.newrf_lst dd:hover {border: 2px solid #c00000;box-shadow: 0px 0px 15px rgba(192, 0, 0, .27);}
.newrf_lst dd:hover .newrf_tx a {color: #c00000;}
.newrf_lst dd:hover .new_rq {background: #c00000;margin-top: 9px;margin-left: 9px;}
.newrf_lst dd:hover .newrf_tx {margin-top: 7px;}
.mr0 {margin-right: 0px;}
	
.index_gg{width: 100%; text-align: center;}	
	
	
/** foot  **/	
.foot_box{ width: 100%; max-width: 100%; height:auto; background: #2c2c2c; color: #fff; position: relative; overflow: hidden;}
.foot_box a{color: #fff;}
.large-header{ position: absolute; width: 100%; height: 50%; z-index: 1;}
#large-header{width: 100%; height: 50%;}
#demo-canvas{width: 100%; height: 100%;}
.foot_m{width: 100%; max-width:1300px;margin: 0px auto; padding: 10px 10px 10px 10px; position:relative; z-index: 99;}

.foot_m_l{ float: left; width: 100%; height: 150px; line-height: 30px; padding-right: 0px; text-align: center;}
.foot_m_r{ float: right; width: 100%; position:relative; right: 0px; top: 0px;}

.youqing{ color: #999; display: none; margin: 30px 0px; padding: 20px 0px; line-height: 30px; width: 100%; border-bottom: 1px solid #999;border-top: 1px solid #999;}
.youqing a{ color: #999; padding-right: 20px;}
.youqing a:hover{ color: #fff;}



.cop{color: #999; padding: 20px 10px 5px 10px; line-height: 20px;}
.cop a{color: #999;}
.phone{width: 100%;height: 120px;overflow: hidden;float: right;color: #666;padding-top:20px;text-align: center;margin-right: 0px;}
a.btn_phone{width: 120px; float: none; margin: 0px auto; text-align: center; display: block; background: #ce182e;height: 40px;line-height: 40px;overflow: hidden;border-radius: 4px;}
a.btn_phone:hover{color: #ce182e; background: #fff;}
.mid{ color: #ccc; height: 40px;line-height: 40px;overflow: hidden;width: 100%;}
.last{font-size: 24px;color: #fff;}
.codepic{width: 50%;float: right;color: #999;text-align: center; margin-left: 0px;}
.codepic_box{width: 120px;height: 120px;overflow: hidden; margin-bottom: 10px; margin: 0px auto 10px auto;}
.codepic_box img{width: 100%;}
/** foot  **/	



.Second {
	padding: 20px 0; display: none;
}
.Second ul li {
	float: left;
	width: 50%;
	padding: 0 1px;
	background: url(../img/icon_12.png) no-repeat left center;
}
.Second ul li.a1 {
	padding-left: 0;
	background: none;
}
.Second ul li.a4 {
	padding-right: 0;
}
.Second ul li div.fl i {
	display: block;
	width: 36px;
	height: 36px;
	background: no-repeat center;
}
.Second ul li.a1 div.fl i {
	background-image: url(../images/foot_1_01.png); background-size: 100%;
}
.Second ul li.a2 div.fl i {
	background-image: url(../images/foot_1_02.png);background-size: 100%;
}
.Second ul li.a3 div.fl i {
	background-image: url(../images/foot_1_03.png);background-size: 100%;
}
.Second ul li.a4 div.fl i {
	background-image: url(../images/foot_1_04.png);background-size: 100%;
}
.Second ul li div.fr { float: left;
	padding-left: 10px;
}
.Second ul li div.fr font {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #aeaeae;
	line-height: 30px;
}
.Second ul li div.fr span {
	display: block;
	font-size: 12px;
	color: #8b8b8b;
}


	
/** pag_box  **/	
.pag_box{ width: 100%; max-width: 100%; padding-bottom: 20px;  height:auto; background: #fff url("../images/index_c_bg1.jpg") no-repeat center top fixed;  margin: 0px auto;  position: relative; }
.pag_main{width: 100%; max-width: 1200px; height:auto; background: #fff; padding: 20px 10px; margin: 0px auto 0px auto;  position: relative;}

.crack_nav{width: 100%; max-width: 1200px; color: #666; padding: 15px 10px; margin: 0px auto;}
.crack_nav a{padding: 0px 5px; color: #666;}
.crack_nav a:hover{ color: #ce182e;}

.about_tit{padding: 0px 0px 10px 0px; text-align:center; border-bottom: 1px solid #ccc;}
.about_tit h3{ font-size:24px; font-weight: 400; color: #333;  position: relative;}

.about_info{padding: 20px 0px 0px 0px; font-size: 13px; color: #666; line-height: 24px; overflow: hidden;}
/** about_info  **/	

.pag_nav{width: 100%; max-width: 1200px; background: #fff; margin: 0px auto 10px auto; padding: 10px 0px; color: #666; border: 1px solid #ccc;}
.pag_nav a{ color: #666; font-size: 14px; line-height: 30px; display:block; float: left; padding: 0px 10px;}
.pag_nav a:hover,.pag_nav a.dq{ color: #cf0027;}
.pag_navl{ float: left; width: 20%; text-align: center; font-size: 16px; padding-top: 10px;}
.pag_navr{ float: left; border-left: 1px solid #ccc; width:80%;}


.case_main{width: 100%; max-width: 1200px; height:auto; padding: 10px 0px; margin: 0px auto 0px auto;  position: relative;}

a.pag_case_a{width: 50%; float: left; display: block; padding: 10px 10px; position: relative;  }
.pag_case_bimg{width: 100%;overflow: hidden;}
a.pag_case_a .pag_case_bimg img{width: 100%;transform: translateZ(0px);transition: transform 0.3s ease 0s;}
a.pag_case_a:hover .pag_case_bimg img {transform: scale(1.1, 1.1);transition: transform 0.6s ease 0s;}
a.pag_case_a .pag_case_b{ padding:0px 10px 0px 10px; background: #fff; color: #666; margin: 0px 0px 0px 0px; font-size: 14px; line-height: 40px; height: 40px; overflow: hidden; }
a.pag_case_a:hover .pag_case_b{ color: #ce182e;-webkit-transition: all .3s ease-out;transition: all .3s ease-out; }


a.pag_case_a .pag_case_s{ padding:0px 20px 0px 20px; background: #fff; color: #000; margin: 0px 0px 0px 0px; font-size: 18px; line-height: 45px; height: 45px; overflow: hidden; border-bottom: 1px solid #ccc;}
a.pag_case_a .pag_case_s span{font-size: 13px; color: #cf0027; padding-left: 10px; text-align: right;}
a.pag_case_a .pag_case_s span i{width: 15px; height: 13px; display: inline-block; background:url("../images/icon_19.png") no-repeat;}

.pag_case_dm{ padding: 10px 0px;background: #fff; }
a.pag_case_a .pag_case_d{ padding:0px 20px 0px 20px; color: #000; margin: 0px 0px 0px 0px; font-size: 14px; line-height: 25px; height: 50px; overflow: hidden; }
a.pag_case_a .pag_case_d span{font-size: 14px; color: #999; padding-left: 10px; text-align: right;}



.pag_bmain{width: 100%; max-width: 1200px; height:auto; padding: 10px 0px; margin: 0px auto 0px auto;  position: relative;}
.pag_bmain_l{ width: 100%; padding: 0px 0px 0px 0px; min-height: 700px;}
.pag_bmain_r{ width: 100%; position:relative; top: 0px; right: 0px;}

ul.item_4{ width: 100%;display: block;}
ul.item_4 li{ width: 100%;display: block; margin-bottom: 20px;}
ul.item_4 li a{display: block; background: #fff; position: relative; padding: 15px;
	-webkit-transition: all .5s;
	transition: all .5s; }
ul.item_4 li a .item_4_img{ width:100%; height:auto; position:relative; left: 0px; top: 0px;}
ul.item_4 li a .item_4_info{ width: 100%; min-height: auto; line-height: 26px; padding: 0px 0px 0px 0px;}
ul.item_4 li a .item_4_info1{ font-size: 20px; font-weight: 600; padding: 20px 0px 20px 0px;}
ul.item_4 li a .item_4_info2{ font-size: 14px; color: #666;}
ul.item_4 li a .item_4_info3{ font-size: 14px; color: #666;}
ul.item_4 li a .item_4_more{ position: absolute; right: 10px; bottom: 50px; background: #cf0027; color: #fff; padding: 10px 20px;}
ul.item_4 li a .item_4_more i{margin-right: 10px;}

ul.item_4 li a:hover{ background: #f8f8f8;box-shadow: 2px 2px 5px 0 rgba(0,0,0,.2); -webkit-transform: translateY(-4px); transform: translateY(-4px); }


.pag_bmain_r_yy{ background: #fff; padding: 15px; margin-top: 10px;}
.pag_bmain_r_yy1{ text-align: center; font-size: 20px; padding: 20px;}
.pag_bmain_r_yy2{ text-align: center; font-size: 14px; padding-bottom: 20px; line-height: 22px;}
.pag_bmain_r_yy2 span{color: #cf0027;}
.pag_bmain_r_yy3{  font-size: 14px;}

.pag_bmain_r_yy3 input[type="text"] {width: 100%;height: 45px; line-height: 45px; margin-bottom: 10px; padding: 15px;border: 1px solid #E4E4E4;box-sizing: border-box;}
.pag_bmain_r_yy3 input[type="submit"]{width: 100%;height: 45px; line-height: 45px; padding:0px; color: #fff; background: #cf0027; border: 1px solid #E4E4E4; box-sizing: border-box;}

.pag_bmain_r_gg{}
.pag_bmain_r_gg a{display: block; padding: 20px 0px 0px 0px;}
.pag_bmain_r_gg a img{width: 100%;}




ul.item_5{ width: 100%;display: block;}
ul.item_5 li{ width: 100%;display: block; margin-bottom: 20px;}
ul.item_5 li a{display: block; background: #fff; position: relative; padding: 15px;
	-webkit-transition: all .5s;
	transition: all .5s; }
ul.item_5 li a .item_5_img{ width:150px; height: 125px; position: absolute; left: 15px; top: 15px;}
ul.item_5 li a .item_5_info{ width: 100%; min-height: 115px; line-height: 26px; padding: 0px 10px 0px 160px;}
ul.item_5 li a .item_5_info1{ font-size: 16px; height: 20px; line-height: 20px; overflow: hidden; padding: 0px 0px 0px 0px; margin:0px 0px 10px 0px;}
ul.item_5 li a .item_5_info2{ font-size: 12px;height: 40px; line-height: 20px; overflow: hidden;  color: #666;}
ul.item_5 li a .item_5_more{  background: #cf0027; width: 130px; color: #fff; padding: 3px 10px; margin-top: 10px;}
ul.item_5 li a .item_5_more i{margin-right: 10px;}

ul.item_5 li a:hover{ background: #f8f8f8;box-shadow: 2px 2px 5px 0 rgba(0,0,0,.2); -webkit-transform: translateY(-4px); transform: translateY(-4px); }




.pag_info{width: 100%; max-width: 1200px; height:auto; padding: 10px 0px; margin: 0px auto;  position: relative;}

.pag_infol{ width: 100%; padding-right:10px; padding-left: 10px; min-height: 500px; }
.pag_infor{ width: 94%; height: auto; overflow: hidden; color: #7f7f7f; font-size: 14px; line-height: 26px; padding: 30px 30px 30px 30px; min-height: 250px; position:relative; right: 0px; top: 10px; border: 1px solid #e0e0e0; margin: 0px 3%;
    border-top: 2px solid #EF4136;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .11)}

.sp-info-h1{font-size: 18px; line-height: 26px; padding-bottom: 10px; text-align: left;}
.sp-info-top-b{ color: #999;text-align: left; padding-bottom: 10px; border-bottom: 1px dotted #ccc;}
.news-info-m{width: 100%; padding: 10px 0px; color: #666; font-size: 13px; line-height: 28px; overflow: hidden;  }

.sp-info-sxye{ padding: 20px 0px 0px 0px;}
.sp-info-sxye1{ padding-bottom: 10px; color: #666;}
.sp-info-sxye1 a{color: #666;}
.sp-info-sxye1 a:hover{ color: #cf0027;}

.pag_infolx{width: 100%; background: #fff; padding: 25px; min-height: 500px;}
.pag_infolx .sp-info-h1{font-size: 18px; line-height: 26px; padding-bottom: 10px; text-align: center;}
.pag_infolx .sp-info-top-b{ color: #999;text-align: center; padding-bottom: 10px; border-bottom: 1px dotted #ccc;}

.rightyanzhen{ position: relative; overflow: hidden; height: 45px; margin-bottom: 10px;}
.rightyanzhen img{position: absolute; right: 2px; top: 10px; }



	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width:767px){}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width:640px){}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width:460px){}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width:360px){}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */






